[release/13.0] Add CLI self-update prompts to aspire update command#12590
Closed
github-actions[bot] wants to merge 9 commits intorelease/13.0from
Closed
[release/13.0] Add CLI self-update prompts to aspire update command#12590github-actions[bot] wants to merge 9 commits intorelease/13.0from
aspire update command#12590github-actions[bot] wants to merge 9 commits intorelease/13.0from
Conversation
…ompts Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
…ario wording Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
…naries Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
…rio overview Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
… test scenario Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
… re-prompting Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12590Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12590" |
mitchdenny
approved these changes
Nov 1, 2025
Member
|
Can you help me understand why this is important for 13.0? Feels like a potential medium risk change late for something that could just ship in 13.1 IMO, but would like to understand more. |
Contributor
|
@mitchdenny can we close this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #12395 to release/13.0
/cc @davidfowl @copilot
Customer Impact
The reason this is beneficial is that if customers update to a newer version of the apphost and its dependencies there may be features that they depend on in the CLI. This prompt to update the CLI at the end of the regular
aspire udpateprocess will help ensure that the whole stack on the developers machine is better aligned.Testing
Risk
Regression?